home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / unzip51 / contents < prev    next >
Text File  |  1992-11-04  |  3KB  |  52 lines

  1. Contents of the UnZip 5.1 archive (the OS-specific subdirectories at the
  2. end contain their own Contents listings):
  3.  
  4.   Contents    this file
  5.   README    what UnZip is; general information
  6.   Where        where Zip/UnZip and encryption/decryption support can be found
  7.   History.510    new features and fixes in this release
  8.   ZipRules    Info-ZIP guidelines on contributions to the cause
  9.   BUGS        known bugs, problems, and (possible) features to be added
  10.   unzip.1    UnZip manual page, nroff format
  11.   unzip.doc    UnZip manual page, human-readable format
  12.   zipinfo.1    ZipInfo manual page, nroff format
  13.   zipinfo.doc    ZipInfo manual page, human-readable format
  14.   funzip.1     FUnZip manual page, nroff format
  15.   funzip.doc    FUnZip manual page, human-readable format
  16.   CONTRIBS    list of contributors to UnZip
  17.   COPYING    copyrights and distribution policy
  18.   crypt.c    dummy decryption routines (required%)
  19.   crypt.h    dummy decryption header file (required%)
  20.   envargs.c    code to read options from UNZIP environment var. (required*)
  21.   explode.c    code for exploding (required)
  22.   extract.c    high-level extraction and decryption code (required)
  23.   file_io.c    file manipulation and password code (required)
  24.   funzip.c     filter unzip:  extracts from stdin to stdout (pipes)
  25.   inflate.c    code for inflating (required%)
  26.   mapname.c    code to map filenames between different OS's (required)
  27.   match.c    pattern-matching code for filename wildcards (required*)
  28.   shared.c    support routines shared by both UnZip and ZipInfo (required*)
  29.   unix.c    various Unix-specific support routines (required for Unix)
  30.   unreduce.c    code for unReducing (required)
  31.   unshrink.c    code for unShrinking (required)
  32.   unzip.c    main UnZip driver code (required)
  33.   unzip.h    main UnZip header file (required*%)
  34.   zip.h        header for use with crypt.c (required%)
  35.   zipinfo.c    zipfile information utility
  36.   Makefile    main Unix makefile (required for Unix)
  37.   AMIGA/    support files for compiling under AmigaDOS
  38.   ATARI/    support files for compiling under Atari TOS
  39.   MAC/        support files for compiling under Macintosh OS
  40.   MSDOS/    support files for compiling under MS-DOS
  41.   NT/        support files for compiling under Windows NT
  42.   OS2/        support files for compiling under OS/2
  43.   TOPS20/    support files for compiling under TOPS-20
  44.   VMS/        support files for compiling under VMS
  45.  
  46. Files marked "required*" are also needed to compile ZipInfo; a `%' denotes
  47. files required for FUnZip.  The normal unzip Makefile targets now make
  48. zipinfo and funzip, too, except under MS-DOS.
  49.  
  50. The Atari ST support has not been tested since UnZip 4.1; see ATARI/README
  51. for details.
  52.